バージョン

Grid<T>(IDictionary<String,Object>) メソッド

パラメーターとして HTML 属性を許可するチェーン可能なグリッド。
シンタックス
'宣言
 
Public Overloads Function Grid(Of T As Class)( _
   ByVal htmlAttributes As System.Collections.Generic.IDictionary(Of String,Object) _
) As GridWrapper(Of T)
public GridWrapper<T> Grid<T>( 
   System.Collections.Generic.IDictionary<string,object> htmlAttributes
)
where T: class

パラメータ

htmlAttributes

型パラメータ

T
参照

オンラインで表示: GitHub